@font-face {
    font-family: myFirstFont;
    src: url('../font/sinhalamn.ttf');
}
@font-face {
    font-family: Quicksand;
    src: url('../font/Quicksand-Regular.otf');
}
body{
    background-color: white;
    letter-spacing: 2px;
    position: relative;
    width: 1062px;
    margin-left: auto;
    margin-right: auto;
}

/*header*/
header{
    background-color: white;
    position: fixed;
    width: 1062px;
    height: 70px;
    left: 50%;
    margin-left: -531px;
    z-index: 998;
    padding-top: 20px;
    margin-top: -8px;
    opacity: 1;
}
.page_title{
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    font-family: myFirstFont;
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 2px;
    text-decoration: underline;
    position: absolute;
    margin-left: -88px;
    margin-top: 430px;
    width: 95px;
    text-align: right;
}
#logo{
    width:95px;
    height:62px;
}
#menu_c{
    margin-top: -45px;
    margin-right: -5px;
    cursor: pointer;
}
#menu{
    width: 46px;
    height: 46px;
    float: right;
}
#menu_bg{
    font-family: myFirstFont;
    font-size: 21px;
    letter-spacing: 3px;
    background: #000000;
    opacity: 0.73;
    width: 98%;
    height: 100%;
    position: fixed;
    z-index: 4000;
    left: 50%;
    margin-left: -48.8%;
    margin-top: 0;
    display: none;
}
#close_c{
    color: white;
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 999;
    cursor: pointer;
    font-size: 30px;
}
ul{
    color:white;
    list-style: none;
    line-height:2.5;
    text-align: center;
    margin: 3% 0 0;
    padding: 0;
}
a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
    text-decoration: none;
}
/*header*/

/*main*/
main{
    background-color: white;
    position: relative;
    width: 100%;
    height: auto;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 100px;
    padding-top: 10px;
    font-family: 'Quicksand';
    line-height: .8;
}
/*main*/

/*footer*/
footer{
    background-color: white;
    position: relative;
    width: 1062px;
    left: 50%;
    margin-left: -531px;
    bottom: 0px;
    z-index: 995;
    padding-top: 35px;
    padding-bottom: 20px;
}
.back{
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: underline;
    float: right;
    margin-right: -63px;
    margin-top: -120px;
    cursor: pointer;
}
.arrow{
  width: 30px;
  height: 30px;
  float: right;
  margin-top: -65px;
  margin-right: -34px;
  cursor: pointer;
}
#cc{
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 10px;
}
div#cc_mobile{
    display: none;
    font-family: 'Quicksand';
    font-weight: 300;
    letter-spacing: 2px;
}
div#address_container{
    width:460px;
    background-color: white;
    float: right;
    margin-top: -85px;
}
#address_container a{
    color: #000;
}
#china{
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 12px;
    line-height: .2;
    letter-spacing: 2px;
    margin-top: -7px;
    margin-left: -300px;
}
#Taiwan{
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 12px;
    line-height: .2;
    letter-spacing: 2px;
    margin-top: -203px;
    margin-left: 100px;
    width: 400px;
    margin-top: -85px;
    margin-left: 81px;
}
@media screen and (max-width: 1120px){
    footer{
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    #Taiwan{
        font-family: 'Quicksand';
        font-weight: 400;
        font-size: 12px;
        line-height: .2;
        letter-spacing: 2px;
        margin-top: -105px;
        margin-left: -310px;
        width: 400px;
    }

}
#fb{
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -95px;
    margin-right: 50px;
}
#f_logo{
    width: 95px;
    height: 62px;
}
/*footer*/
